gtkentry: Return early from gtk_entry_clear() if no icon info exists
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 20 Nov 2013 17:30:22 +0000 (17:30 +0000)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 9 Mar 2015 13:41:37 +0000 (13:41 +0000)
commit61c46d911ff0840752bf8aa595d42da012d5d7b7
tree117a0fa2d89e368a898e1c9bb9a6866f5f936208
parent19222a6364b772d05b645e3c61aea684fc1eb23f
gtkentry: Return early from gtk_entry_clear() if no icon info exists

This helps scan-build avoid some false positive potential NULL pointer
dereference warnings.

https://bugzilla.gnome.org/show_bug.cgi?id=712760
gtk/gtkentry.c